emsi_containers ~master (2022-04-09T14:40:59.0801963)
Dub
Repo
CyclicBuffer.length
containers
cyclicbuffer
CyclicBuffer
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @
property
@
safe
@
nogc
size_t
length
(
)
Return Value
Type:
size_t
the number of items in the buffer.
Meta
Source
See Implementation
containers
cyclicbuffer
CyclicBuffer
aliases
insert
insertAnywhere
opDollar
popBack
popFront
put
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
insertBack
insertFront
length
opIndex
opSlice
removeBack
removeFront
reserve
postblits
this(this)
structs
Range